54f13592152e4e471377ce29d28e38b7d88eea6c,source/jetbrains/mps/smodel/BaseAdapter.java,BaseAdapter,getConceptDeclaration,#IScope#,109

Before Change


  }

  public ConceptDeclaration getConceptDeclaration(IScope scope) {
    return (ConceptDeclaration) getNode().getConceptDeclarationAdapter(scope);
  }

  public void replaceChild(BaseAdapter c1, BaseAdapter c2) {

After Change


  }

  public ConceptDeclaration getConceptDeclaration(IScope scope) {
    return getNode().getConceptDeclarationAdapter(scope);
  }

  public ConceptDeclaration getConceptDeclarationAdapter() {